λ git pull --rebase
from
git pull
$ git fetch
+
$ git rebase origin/hoge
git fetch
+
git rebase
git pull
との違い
merge commit
が残らない
rebaseされる
#WIP
fast-forward merge
にしてからmergeする感じ
https://kray.jp/blog/git-pull-rebase/
https://dev.classmethod.jp/articles/how-to-fix-git-pull-rebase-trouble/